home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / nextlogodemo.lg < prev    next >
Encoding:
Text File  |  1992-07-09  |  659 b   |  34 lines

  1. to nextlogodemo
  2. print [Hello there lets see me draw]
  3. print [lets see that is what I do best .............]
  4. oflush
  5. repeat 1 [cs boxdemo rt 45 boxdemo
  6. cs
  7. seth 0
  8. cngonfill 5 200 10
  9. cs 
  10. rndplacer 30 5 10 20
  11. cs
  12. cspingon 5 50 45 1.01 50
  13. cs
  14. cngonrot 5 200 10 45 5]
  15. print [I can also do math.]
  16. print [Lets see....  What is 1 + 1]
  17. oflush
  18. wait 5
  19. print [I will do a print 1 + 1 and let's see]
  20. print 1 + 1
  21. oflush
  22. wait 3
  23. print [Neat Huh!?!  The answer is two.....]
  24. oflush
  25. wait 4
  26. print [I can also do unix commands.]
  27. print [Lets do a ls. I am going to do a unix "ls]
  28. oflush
  29. wait 3
  30. unix "ls
  31. print[That may be a little advanced for you, but I can do them.]
  32. oflush
  33. wait 3 
  34. end